home *** CD-ROM | disk | FTP | other *** search
/ Your PC Made Easy 3 / Your PC Made Easy 3.iso / Extras / AE_Product_Tour.exe / scripts / DefineButton2_1099 / BUTTONCONDACTION on(release).as
Text File  |  2002-07-13  |  89b  |  7 lines

  1. on(release){
  2.    tellTarget("paint style movie")
  3.    {
  4.       gotoAndPlay(11);
  5.    }
  6. }
  7.